github.com/go-faster/jx.Decoder.depth (field)
9 uses
github.com/go-faster/jx (current package)
dec.go#L89: depth int
dec.go#L127: d.depth = 0
dec.go#L145: d.depth = 0
dec_capture.go#L27: head, tail, depth := d.head, d.tail, d.depth
dec_capture.go#L29: d.head, d.tail, d.depth = head, tail, depth
dec_depth.go#L11: d.depth++
dec_depth.go#L12: if d.depth > maxDepth {
dec_depth.go#L21: d.depth--
dec_depth.go#L22: if d.depth < 0 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |